db_constraints.utils

Undocumented in source.

Modules

meta
module db_constraints.utils.meta

The meta module contains: $(TOC opAAKey) $(TOC GetUniqueConstraintStructNames) $(TOC GetMembersWithUDA) $(TOC hasMembersWithUDA) $(TOC createConstraintStructs) $(TOC GetForeignKeys) $(TOC hasForeignKeys) $(TOC GetForeignKeyRefTable) $(TOC GetDefault) $(TOC hasDefault) $(TOC createForeignKeyPropertyConverter) $(TOC createForeignKeyProperties) $(TOC createForeignKeyCheckExceptions) $(TOC createForeignKeyChanged) $(TOC hasExclusionConstraints) $(TOC GetExclusionConstraints)

nullable
module db_constraints.utils.nullable

This is basically std.typecons.Nullable with extra features. This module contains: $(TOC isNullable) $(TOC Nullable)

Public Imports

db_constraints.utils.meta
public import db_constraints.utils.meta;
Undocumented in source.
db_constraints.utils.nullable
public import db_constraints.utils.nullable;
Undocumented in source.

Meta